Click or drag to resize

AutodiscoverServiceGetDomainSettings Method (String, DomainSettingName)

Gets the domain settings.

Namespace:  Independentsoft.Exchange.Autodiscover
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public GetDomainSettingsResponse GetDomainSettings(
	string domain,
	DomainSettingName settingName
)

Parameters

domain
Type: SystemString
The domain.
settingName
Type: Independentsoft.Exchange.AutodiscoverDomainSettingName
Name of the setting.

Return Value

Type: GetDomainSettingsResponse
GetDomainSettingsResponse.
See Also